home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / uim / loader.scm < prev   
Encoding:
Text File  |  2010-11-07  |  554 b   |  22 lines

  1. ;; This is an automatically generated file. DO NOT EDIT.
  2.  
  3. (define stub-im-rec-spec
  4.   '((name        #f)
  5.     (lang        "")
  6.     (encoding    "")
  7.     (name-label  "")
  8.     (short-desc  "")
  9.     (module-name "")))
  10. (define-record 'stub-im stub-im-rec-spec)
  11.  
  12. (define stub-im-list
  13.   '(
  14.     ))
  15.  
  16. (for-each (lambda (stub)
  17.             (if (memq (stub-im-name stub) enabled-im-list)
  18.                 (if enable-lazy-loading?
  19.                     (apply register-stub-im stub)
  20.                     (require-module (stub-im-module-name stub)))))
  21.           stub-im-list)
  22.